Skip to main content

DescribeSimilarEventScenarios

Description

Call DescribeSimilarEventScenarios to query the processing scenario of alarms triggered by the same rule or type

Request Method

POST

Request Path

/apsara/route/Sas/DescribeSimilarEventScenarios

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SecurityEventIdBODYlongNo12321ID of the security alarm event.
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringFDF7B8D9-8493-4B90-8D13-E0C1FFCE5F97request ID of the result.
ScenariosarrayNo sample value for this parameter.list of scenarios for the same alarm event.
Codestringsame_urlProcess the Code value of the scene. default: same alarm type same_file_content: same file content rule same_ip: same IP rule same_url: same URL rule

Example

Successful Response example

{
"RequestId":"FDF7B8D9-8493-4B90-8D13-E0C1FFCE5F97",
"Scenarios":"",
"Code":"same_url"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}